Skip to content

docs: add "Get started with Console" user guide - #712

Open
omid-aignostics wants to merge 2 commits into
mainfrom
docs/get-started-console-guide
Open

docs: add "Get started with Console" user guide#712
omid-aignostics wants to merge 2 commits into
mainfrom
docs/get-started-console-guide

Conversation

@omid-aignostics

Copy link
Copy Markdown
Collaborator

…ong-running, skip:test:matrix-runner, skip:test:very-long-running]

Adds a guide for the flow where slides are uploaded to the organization's bucket with the Python SDK and analyzed in Console at platform.aignostics.com, which is easier for non-technical users than the Launchpad GUI.

Structure follows sign up -> upload your slides -> analyze your slides with Atlas H&E-TME, with five screenshots of Console (create run form, slide selection from the bucket, run parameters, viewer overlays, result download), the 30-day result retention window, and a troubleshooting section.

Links the guide from the docs index and the interface table in README.

@omid-aignostics
omid-aignostics requested a review from a team as a code owner August 12, 2026 12:57
@omid-aignostics
omid-aignostics force-pushed the docs/get-started-console-guide branch from 9b65d09 to f16146a Compare August 12, 2026 14:44
@omid-aignostics omid-aignostics changed the title docs: add "Get started with Console" user guide [skip:ci, skip:test:l… docs: add "Get started with Console" user guide Aug 12, 2026
Adds a guide for the flow where slides are uploaded to the organization's
bucket with the Python SDK and analyzed in Console at
platform.aignostics.com, which is easier for non-technical users than the
Launchpad GUI.

Structure follows sign up -> upload your slides -> analyze your slides
with Atlas H&E-TME, with five screenshots of Console (create run form,
slide selection from the bucket, run parameters, viewer overlays, result
download), the 30-day result retention window, and a troubleshooting
section.

Links the guide from the docs index and the interface table in README.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@omid-aignostics
omid-aignostics force-pushed the docs/get-started-console-guide branch from f16146a to c5719f7 Compare August 12, 2026 14:46
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.
see 10 files with indirect coverage changes

The MCP server is not yet usable for customers, so advertising it in the
documentation sends readers to instructions they cannot act on.

Excludes get_started_mcp.rst from the Sphinx build, drops it from the
"Get started" toctree, and comments out the MCP row in the interface
table. The guide and its partial stay in the repository; each change
carries a note on how to restore it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
To try the workflow before using your own data, download a public example slide — a TCGA lung adenocarcinoma case from the NCI Image Data Commons. Paste this command and press `Enter`:

```bash
uvx aignostics dataset idc download 1.3.6.1.4.1.5962.99.1.1069745200.1645485340.1637452317744.2.0 data/

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two coments

  1. The directory needs to exist, otherwise the command fails with │ Invalid value for 'target': Directory 'data/' does not exist. We should make this explicit like replace-with-existing-directory in the guide
  2. These commands are on the chopping board, when we slim down Python SDK. I'll invite to a quick meeting to decide what we need to keep. We did this without product input a while back, but we should repeat that with you in the room


### 3. Prepare your slides for upload

Collect the slides you want to analyze in a single folder on your computer — for example a folder called `my-slides`. Subfolders are fine; they are preserved during upload.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency we should use the same folder name in all commands and explanations my-slides vs. data in Step 4

uvx aignostics bucket upload ./my-slides
```

A progress bar appears, and the message `All files uploaded successfully!` tells you the upload is done.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No progress bar for me. Only messages


Open [platform.aignostics.com](https://platform.aignostics.com) and log in. Select **Analyze** → **My Application Runs** in the sidebar, then click **Create run** in the top right.

![The My Application Runs page with the Create run button in the top right](_static/console/01-analyze-create-run.png)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image links are broken for me, when I view the md file in Github. Is that expected?

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants